/* Help page (scoped) */
.dc-help {
  padding-top: 80px;
  padding-bottom: 80px;
}

.dc-help h3 {
  margin-top: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}

.dc-help .dc-code {
  margin: 10px 0 14px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(0,0,0,0.06);
  color: #111111;
  overflow: auto;
}

.dc-help .dc-code code {
  color: inherit;
}

.dc-help ul {
  margin-top: 10px;
}

.dc-help .dc-help-footer {
  margin-top: 18px;
}
